home *** CD-ROM | disk | FTP | other *** search
- Path: news-m01.ny.us.ibm.net!usenet
- From: jpignat@ibm.net (Jacques Pignat)
- Newsgroups: comp.lang.rexx
- Subject: VX-REXX and Gantt chart
- Date: 21 Feb 1996 12:36:53 GMT
- Distribution: inet
- Message-ID: <4gf3l5$51ao@news-s01.ny.us.ibm.net>
- NNTP-Posting-Host: slip139-92-41-17.ut.nl.ibm.net
- X-Newsreader: NeoLogic News for OS/2 [version: 4.2]
-
- I try to create a sample gantt chart from DB2/2. The table contains 3 columns
- (task, a date, a duration). The gantt chart should represent the
- distribution of the task through the tome. The Y axis should be labeled
- with the tasks, the X axis with month and year. The data would have the
- date as starting point and the length is the duration.
-
- Up to now : no problem with getting the data, the tasks names are well
- positionded on the Y axis, the starting point is well positionned but only
- the days are considered (e.g. 15/02/96 and 15/03/96 have the same starting
- point). I don't see how to have the X axis representing mm/yy for about 6
- to 12 months and have the data correctly placed.
-
- Jacques Pignat
- IBM Belgium
-
-